chore: add dependabot config and pin GitHub Actions#104
Merged
gavinsharp merged 2 commits intomainfrom Mar 12, 2026
Merged
Conversation
Add .github/dependabot.yml to manage GitHub Actions updates monthly, with all actions pinned to commit hashes for supply chain security: - actions/checkout: v4 → de0fac2 (v6) - actions/setup-java: v1 → be666c2 (v5) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
setup-java v2+ requires a distribution input. Using "zulu" to match the default behavior from v1. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rossmpowell
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
.github/dependabot.ymlto manage GitHub Actions updates monthly, with all actions pinned to commit hashes for supply chain security.Changes:
Commit hash pinning protects against tag mutations and ensures reproducible builds.
🤖 Generated with Claude Code
Note
Low Risk
Low risk: CI-only changes that primarily improve supply-chain safety, with minor risk of build differences from upgrading/pinning GitHub Actions and selecting a specific JDK distribution.
Overview
Adds
.github/dependabot.ymlto run monthly Dependabot checks for GitHub Actions.Updates
.github/workflows/ci.ymlto pinactions/checkoutandactions/setup-javato commit SHAs (instead of tags) and movessetup-javato v5-style config by specifying thezuludistribution.Written by Cursor Bugbot for commit bdc8dd9. This will update automatically on new commits. Configure here.